GoogleApiKey

value class GoogleApiKey(value: String)

A simple, secure string that identifies the calling program within Google services.

It is often used for accessing public APIs that don't require user authentication.

Constructors

Link copied to clipboard
constructor(value: String)